home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / addons / Script Menu / Script Menu Read Me < prev   
Text File  |  1993-11-29  |  1KB  |  35 lines

  1. -------------------------------------------------------------------------
  2. Script Menu
  3. Version 1.0 beta
  4. -------------------------------------------------------------------------
  5.  
  6. This is the first beta release of the system extension "Script Menu".
  7.  
  8. Basic Function
  9. -------------
  10.  
  11. Script Menu creates a "Script Menu Items" folder in your System Folder, and adds a Script menu to the System area of the menu bar. This menu is always available, in every application.
  12.  
  13. Script documents which are placed in the "Script Menu Items" folder are added to the Script menu. 
  14.  
  15. Any script listed in the Script Menu can be executed by selecting it from the menu.
  16.  
  17. Limitations of the Beta release
  18. ----------------------------
  19.  
  20. Error reporting is minimal. An error in the script itself is reported as error -1753.
  21. The only other error reported is the absence of a 'scpt' resource in the selected file.
  22.  
  23. The beta release does not allocate its own zone in the system heap. Script memory is allocated in the system heap itself. Bug reports related to memory shortages are welcome. (Run the hardest scripts you can!)
  24.  
  25. Script Menu only displays certain files in the "Script Menu Items" folder. The file must satisfy at least one of these conditions:
  26. CREATOR TYPE of 'aplt' or 'dplt'
  27. FILE TYPE of 'osas'
  28.  
  29. Bug Reports
  30. -----------
  31.  
  32. AMERICA-ON-LINE: CarlS22
  33. COMPUSERVE: 70042,437
  34.  
  35. This beta release is freeware, but remains copyright © Carl Smigielski.